//0x60 bytes (sizeof)
struct _PPM_IDLE_STATES
{
ULONG Count; //0x0
union
{
ULONG AsULONG; //0x4
ULONG AllowScaling:1; //0x4
ULONG Disabled:1; //0x4
ULONG HvMaxCState:4; //0x4
ULONG Reserved:26; //0x4
} Flags; //0x4
ULONG TargetState; //0x8
ULONG ActualState; //0xc
ULONG OldState; //0x10
struct _KAFFINITY_EX TargetProcessors; //0x14
struct _PPM_IDLE_STATE State[1]; //0x20
};